| Package | Description |
|---|---|
| com.atid.lib.module.barcode.spc.param |
| Modifier and Type | Method and Description |
|---|---|
SPCParamValue |
SPCParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SPCParamValue |
SPCParamValueList.getAt(SPCParamName name)
Returns the parameter information of the barcode module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SPCParamValueList.add(SPCParamValue item)
Add parameter information to the SPCParamValueList instance.
|
boolean |
SPCParamValueList.add(SPCParamValue[] items)
Add all the information for the SPCParamValueList instance.
|
| Constructor and Description |
|---|
SPCParamValueList(SPCParamValue item)
Create an instance of the SPCParamValueList class.
|
SPCParamValueList(SPCParamValue[] items)
Create an instance of the SPCParamValueList class.
|